Skip to main content

PdfPoint.Inequality(PdfPoint, PdfPoint) Operator

Compares two PdfPoint structures to determine whether they are not equal.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public static bool operator !=(PdfPoint left, PdfPoint right)

Parameters

Name Type Description
left PdfPoint

The first instance to compare.

right PdfPoint

The second instance to compare.

Returns

Type Description
Boolean

true, if two PdfPoint objects are not equal; otherwise, false.

See Also