Method Equals
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Equals(object?)
Tests whether obj is a PdfQuadrilateral with
the corners of this PdfQuadrilateral.
public override readonly bool Equals(object? obj)
Parameters
Returns
- bool
This method returns
trueifobjis a PdfQuadrilateral and it equals to this PdfQuadrilateral; otherwise,false.
Equals(PdfQuadrilateral)
Tests whether other has the same corners as in this
PdfQuadrilateral.
public readonly bool Equals(PdfQuadrilateral other)
Parameters
otherPdfQuadrilateralThe quadrilateral to test.
Returns
- bool
This method returns
trueifotheris equal to this PdfQuadrilateral; otherwise,false.