Skip to main content

PdfViewerCommandId.Equals(PdfViewerCommandId) Method

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

Namespace: DevExpress.XtraPdfViewer.Commands

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public bool Equals(
    PdfViewerCommandId other
)

Parameters

Name Type Description
other PdfViewerCommandId

The object to compare with the current object.

Returns

Type Description
Boolean

true, if the specified object is equal to the current PdfViewerCommandId instance; otherwise false.

See Also