Overrides Object.Equals. This should be present wherever GetHashCode is overridden
and vice versa.
Namespace: HotDocs.SdkAssembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- obj
- Type:
System Object
The object to compare to 'this'
Return Value
Type:
boolean true or false, indicating whether or not the two objects are equal
See Also