VariableInfo CompareTo Method
CompareTo implements IComparable.CompareTo

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

public int CompareTo(
	VariableInfo other
)

Return Value

Type: OnlineInt32
-1, 0, or 1 depending on whether 'other' is less than, equal to, or greater than 'this'

Implements

OnlineIComparable T  CompareTo(T)
See Also