Operator operator !=
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
operator !=(PdfSize, PdfSize)
Tests whether two PdfSize structures are different.
public static bool operator !=(PdfSize sz1, PdfSize sz2)
Parameters
sz1PdfSizeThe PdfSize structure on the left of the inequality operator.
sz2PdfSizeThe PdfSize structure on the right of the inequality operator.
Returns
- bool
This operator returns
trueifsz1andsz2differ either in width or height;falseifsz1andsz2are equal.