VariableInfo Equals Method (Object)
Overrides Object.Equals

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 with to test for equality.

Return Value

Type: OnlineBoolean
A value indicating whether or not the objects are equal.
See Also