Click or drag to resize

RangeTEquality Operator

Operator to compare two ranges for equality

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static bool operator ==(
	Range<T> range1,
	Range<T> range2
)

Parameters

range1
Type: Eto.FormsRangeT
First range to compare.
range2
Type: Eto.FormsRangeT
Second range to compare.

Return Value

Type: Boolean
true if the two ranges are equal, false if they are not.
See Also