RichEditCommandId.Inequality(RichEditCommandId, RichEditCommandId) Operator
Compares two RichEditCommandId objects to determine whether they are not equal.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
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