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
leftPdfQuadrilateralThe PdfQuadrilateral structure that is to the left of the inequality operator.
rightPdfQuadrilateralThe PdfQuadrilateral structure that is to the right of the inequality operator.
Returns
- bool
This operator returns
trueif any of the FirstCorner, SecondCorner, ThirdCorner or FourthCorner properties of the two PdfQuadrilateral structures are unequal; otherwisefalse.