Skip to main content
All docs
V23.2

CommitmentType.Equals(Object) Method

Determines whether the specified object is equal to the current CommitmentType object.

Namespace: DevExpress.Office.DigitalSignatures

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public override bool Equals(
    object obj
)

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