DateValue Equals Method
Indicates if the DateValue is equal to another value.

Namespace: HotDocs.Sdk
Assembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public override bool Equals(
	Object obj
)

Parameters

obj
Type: OnlineSystem Object
The object to compare the DateValue to.

Return Value

Type: OnlineBoolean
A value indicating if the two values are equal or not.
See Also