Skip to main content

RichEditCommandId.Inequality(RichEditCommandId, RichEditCommandId) Operator

Compares two RichEditCommandId objects to determine whether they are not equal.

Namespace: DevExpress.XtraRichEdit.Commands

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public static bool operator !=(RichEditCommandId id1, RichEditCommandId id2)

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