Operator operator ==
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
operator ==(PdfQuadrilateral, PdfQuadrilateral)
Tests whether two PdfQuadrilateral structures equal.
public static bool operator ==(PdfQuadrilateral left, PdfQuadrilateral right)
Parameters
leftPdfQuadrilateralThe PdfQuadrilateral structure that is to the left of the equality operator.
rightPdfQuadrilateralThe PdfQuadrilateral structure that is to the right of the equality operator.
Returns
- bool
This operator returns
trueif the two specified PdfQuadrilateral structures have the same vertices in the same order.