Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

RichEditCommandId.Equality(RichEditCommandId, RichEditCommandId) Operator

Compares two RichEditCommandId objects for equality.

Namespace: DevExpress.XtraRichEdit.Commands

Assembly: DevExpress.RichEdit.v19.1.Core.dll

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 object are equal; otherwise, false.

See Also