Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DocumentFormat.Equality(DocumentFormat, DocumentFormat) Operator

Compares two DocumentFormat objects for equality.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public static bool operator ==(DocumentFormat id1, DocumentFormat id2)

Parameters

Name Type Description
id1 DocumentFormat

The first DocumentFormat object to compare.

id2 DocumentFormat

The second DocumentFormat object to compare.

Returns

Type Description
Boolean

True, if two DocumentFormat objects are equal; otherwise, false.

See Also