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

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

    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 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