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
left
PdfQuadrilateralThe PdfQuadrilateral structure that is to the left of the equality operator.
right
PdfQuadrilateralThe PdfQuadrilateral structure that is to the right of the equality operator.
Returns
- bool
This operator returns
true
if the two specified PdfQuadrilateral structures have the same vertices in the same order.