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
left
PdfRectangleThe PdfRectangle structure that is to the left of the equality operator.
right
PdfRectangleThe PdfRectangle structure that is to the right of the equality operator.
Returns
- bool
This operator returns
true
if the two specified PdfRectangle structures have equal PdfRectangle.X, PdfRectangle.Y, PdfRectangle.Width, and PdfRectangle.Height properties.