RichEditCommandId.Equality(RichEditCommandId, RichEditCommandId) Operator
Compares two RichEditCommandId objects for equality.
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 object are equal; otherwise, false. |
See Also