TemplateLocation Equals Method (Object)
Overrides Object.Equals. Calls into IEquatable<TemplateLocation>.Equals() to determine if instances of derived types are equal.

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
An object to use in the equality comparison.

Return Value

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