RichEditCommandId.Inequality(RichEditCommandId, RichEditCommandId) Operator
Compares two RichEditCommandId objects to determine whether they are not equal.
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 objects are not equal; otherwise false. |
See Also