Table of Contents

Operator operator !=

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

operator !=(PdfQuadrilateral, PdfQuadrilateral)

Tests whether two PdfQuadrilateral structures differ.

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

Parameters

left PdfQuadrilateral

The PdfQuadrilateral structure that is to the left of the inequality operator.

right PdfQuadrilateral

The PdfQuadrilateral structure that is to the right of the inequality operator.

Returns

bool

This operator returns true if any of the FirstCorner, SecondCorner, ThirdCorner or FourthCorner properties of the two PdfQuadrilateral structures are unequal; otherwise false.