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
first
PdfMatrixThe first PdfMatrix structure to compare.
second
PdfMatrixThe second PdfMatrix structure to compare.
Returns
- bool
true
iffirst
andsecond
are identical; otherwise,false
.