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
true
ifobj
is 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
other
PdfQuadrilateralThe quadrilateral to test.
Returns
- bool
This method returns
true
ifother
is equal to this PdfQuadrilateral; otherwise,false
.