Skip to main content
All docs
V25.1
  • PdfPoint.Equals(PdfPoint) Method

    Determines whether the specified object is equal to the current PdfPoint object.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public bool Equals(
        PdfPoint pt
    )

    Parameters

    Name Type Description
    pt PdfPoint

    A PdfPoint to compare with the current object.

    Returns

    Type Description
    Boolean

    true if the specified object is equal to the current object; otherwise, false.

    Implements

    See Also