Operator operator ==
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
operator ==(PdfSize, PdfSize)
Tests whether two PdfSize structures are equal.
public static bool operator ==(PdfSize sz1, PdfSize sz2)
Parameters
sz1
PdfSizeThe PdfSize structure on the left side of the equality operator.
sz2
PdfSizeThe PdfSize structure on the right of the equality operator.
Returns
- bool
This operator returns
true
ifsz1
andsz2
have equal width and height; otherwise,false
.