Table of Contents

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

left PdfRectangle

The PdfRectangle structure that is to the left of the inequality operator.

right PdfRectangle

The PdfRectangle structure that is to the right of the inequality operator.

Returns

bool

This operator returns true if any of the PdfRectangle.X, PdfRectangle.Y, PdfRectangle.Width, or PdfRectangle.Height properties of the two PdfRectangle structures are unequal; otherwise false.