RichEditCommandId.Equality(RichEditCommandId, RichEditCommandId) Operator
Compares two RichEditCommandId objects for equality.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| id1 | RichEditCommandId | The first RichEditCommandId object to compare. |
| id2 | RichEditCommandId | The second RichEditCommandId object to compare. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if two RichEditCommandId object are equal; otherwise, false. |
See Also