RangeTEquals Method (RangeT) |
Determines whether the specified
other range is equal to the current
RangeT.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool Equals(
Range<T> other
)
Public Function Equals (
other As Range(Of T)
) As Boolean
abstract Equals :
other : Range<'T> -> bool
override Equals :
other : Range<'T> -> bool
Parameters
- other
- Type: Eto.FormsRangeT
The RangeT to compare with the current RangeT.
Return Value
Type:
Booleantrue if the specified
RangeT is equal to the current
RangeT; otherwise,
false.
Implements
IEquatableTEquals(T)See Also