Skip to main content
A newer version of this page is available. .

PdfSignatureOptions.Equals(Object) Method

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

Namespace: DevExpress.XtraPrinting

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

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