Paragraph.Inequality(Paragraph, Paragraph) Operator
Compares two Paragraph objects to determine whether they are not equal.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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