PackagePathTemplateLocation Equals Method (Object)
Overrides Object.Equals. This should be present wherever GetHashCode is overridden and vice versa.

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
)

Return Value

Type: OnlineBoolean
boolean true or false, indicating whether or not the two objects are equal
See Also