RangeTEquals(RangeT) Method

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

Definition

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
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