Operator operator ==
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
operator ==(PdfMatrix, PdfMatrix)
Determines whether the two specified PdfMatrix structures are identical.
public static bool operator ==(PdfMatrix first, PdfMatrix second)
Parameters
firstPdfMatrixThe first PdfMatrix structure to compare.
secondPdfMatrixThe second PdfMatrix structure to compare.
Returns
- bool
trueiffirstandsecondare identical; otherwise,false.