Skip to main content

Paragraph.Inequality(Paragraph, Paragraph) Operator

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

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

public static bool operator !=(Paragraph paragraph1, Paragraph paragraph2)

Parameters

Name Type Description
paragraph1 Paragraph

The first Paragraph object to compare.

paragraph2 Paragraph

The second Paragraph object to compare.

Returns

Type Description
Boolean

true, if two Paragraph object are not equal; otherwise, false.

See Also