TemplateLocation GetHashCode Method
GetHashCode is needed wherever Equals(object) is defined.

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

public abstract int GetHashCode()

Return Value

Type: OnlineInt32
An integer hash code for the object.
See Also