Click or drag to resize

RangeTEquals Method (RangeT)

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool Equals(
	Range<T> other
)

Parameters

other
Type: Eto.FormsRangeT
The RangeT to compare with the current RangeT.

Return Value

Type: Boolean
true if the specified RangeT is equal to the current RangeT; otherwise, false.

Implements

IEquatableTEquals(T)
See Also