CommitmentType.Equals(Object) Method
Determines whether the specified object is equal to the current CommitmentType object.
Namespace: DevExpress.Office.DigitalSignatures
Assembly: DevExpress.Docs.v25.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| obj | Object | A commitment type to compare with the current object. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the specified object is equal to the current object; otherwise, false. |
See Also