Skip to main content

PdfSignatureOptions.Equals(Object) Method

Determines whether or not the specified object is equal to the current PdfSignatureOptions instance.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public override bool Equals(
    object obj
)

Parameters

Name Type Description
obj Object

A PdfSignatureOptions instance against which to compare with the current PdfSignatureOptions instance.

Returns

Type Description
Boolean

true if a specific PdfSignatureOptions instance equals the current PdfSignatureOptions instance; otherwise, false.

Remarks

Two PdfSignatureOptions objects are considered equal if all the values of their properties are the same.

See Also