Click or drag to resize

DateRangeEquals(Object) Method

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

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

Parameters

obj  Object
The Object to compare with the current DateRange.

Return Value

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