RangeTEquals(RangeT) Method
Indicates whether the current
RangeT instance is equal to another one specified in the
other parameter.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public bool Equals(
Range<T> other
)
Public Function Equals (
other As Range(Of T)
) As Boolean
public:
virtual bool Equals(
Range<T> other
) sealed
abstract Equals :
other : Range<'T> -> bool
override Equals :
other : Range<'T> -> bool
- other RangeT
- An RangeT instance to compare with this instance.
Boolean if the current object is equal to the
other parameter; otherwise,
.
IEquatableTEquals(T)