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.v25.2.dll
NuGet Package: DevExpress.Win.PdfViewer
Declaration
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