Skip to main content
All docs
V25.1
  • PdfPoint.Equality(PdfPoint, PdfPoint) Operator

    Compares two PdfPoint structures for equality.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.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