Method Equals
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Equals(object?)
public override readonly bool Equals(object? obj)
Parameters
Returns
- bool
trueifobjis 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
otherPdfMatrixThe matrix to test.