Skip to main content

PdfPoint.Equality(PdfPoint, PdfPoint) Operator

Compares two PdfPoint structures for equality.

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 PdfPoint instance to compare.

right PdfPoint

The second PdfPoint instance to compare.

Returns

Type Description
Boolean

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

See Also