VariableInfo Equals Method (VariableInfo)
Equals determines whether of not 'other' is equivalent to 'this'

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

public bool Equals(
	VariableInfo other
)

Return Value

Type: OnlineBoolean
boolean (true or false)

Implements

OnlineIEquatable T  Equals(T)
See Also