Operator operator ==
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
operator ==(PdfRectangle, PdfRectangle)
Tests whether two PdfRectangle structures have equal location and size.
public static bool operator ==(PdfRectangle left, PdfRectangle right)
Parameters
leftPdfRectangleThe PdfRectangle structure that is to the left of the equality operator.
rightPdfRectangleThe PdfRectangle structure that is to the right of the equality operator.
Returns
- bool
This operator returns
trueif the two specified PdfRectangle structures have equal PdfRectangle.X, PdfRectangle.Y, PdfRectangle.Width, and PdfRectangle.Height properties.