TemplateInfo Equals Method (TemplateInfo)
Equals() method for IEquatable interface.

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

public bool Equals(
	TemplateInfo template
)

Parameters

template
Type: HotDocs.Sdk TemplateInfo
The TemplateInfo object to which this one is compared.

Return Value

Type: OnlineBoolean
true if they're equal

Implements

OnlineIEquatable T  Equals(T)
See Also