Skip to main content

DocumentFormat.Inequality(DocumentFormat, DocumentFormat) Operator

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

Namespace: DevExpress.XtraRichEdit

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

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

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

See Also