Click or drag to resize

RangeTEquals(RangeT) Method

Determines whether the specified RangeT is equal to the current RangeT.

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
public bool Equals(
	Range<T> obj
)

Parameters

obj  RangeT
The RangeT to compare with the current Numeric.

Return Value

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

Implements

IEquatableTEquals(T)
See Also