Operator operator !=
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
operator !=(PdfRectangle, PdfRectangle)
Tests whether two PdfRectangle structures differ in location or size.
public static bool operator !=(PdfRectangle left, PdfRectangle right)
Parameters
leftPdfRectangleThe PdfRectangle structure that is to the left of the inequality operator.
rightPdfRectangleThe PdfRectangle structure that is to the right of the inequality operator.
Returns
- bool
This operator returns
trueif any of the PdfRectangle.X, PdfRectangle.Y, PdfRectangle.Width, or PdfRectangle.Height properties of the two PdfRectangle structures are unequal; otherwisefalse.