Method Equals
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Equals(object?)
public override readonly bool Equals(object? obj)
Parameters
Returns
- bool
true
ifobj
is a PdfMatrix structure that is identical to this PdfMatrix structure; otherwise,false
.
Equals(PdfMatrix)
Tests whether this and the other
matrices have same properties.
public readonly bool Equals(PdfMatrix other)
Parameters
other
PdfMatrixThe matrix to test.