TemplateLocation Equals Method (TemplateLocation)
Implements IEquatable<TemplateLocation>. Used to determine equality/equivalency between TemplateLocations.

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

public abstract bool Equals(
	TemplateLocation other
)

Parameters

other
Type: HotDocs.Sdk TemplateLocation
The other location to compare with when testing equality.

Return Value

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

Implements

OnlineIEquatable T  Equals(T)
See Also