Skip to main content

Paragraph.Equality(Paragraph, Paragraph) Operator

Compares two Paragraph objects for equality.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v24.1.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 objects are equal; otherwise, false.

See Also