Overrides Object.Equals. Calls into IEquatable<TemplateLocation>.Equals() to
determine if instances of derived types are equal.
Namespace: HotDocs.SdkAssembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- obj
- Type:
System Object
An object to use in the equality comparison.
Return Value
Type:
A value indicating whether or not the two locations are equal.
See Also