Click or drag to resize

DateRangeEquals(DateRange) Method

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

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
public bool Equals(
	DateRange obj
)

Parameters

obj  DateRange
The DateRange to compare with the current Numeric.

Return Value

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