Tests whether two
PdfBox structures are equal.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public static bool operator ==(
PdfBox left,
PdfBox right
)
VB
Public Shared Operator = (
left As PdfBox,
right As PdfBox
) As Boolean
Parameters
- left
- Type: BitMiracle.Docotic.Pdf.PdfBox
The PdfBox structure that is to the
left of the equality operator. - right
- Type: BitMiracle.Docotic.Pdf.PdfBox
The PdfBox structure that is to the
right of the equality operator.
Return Value
Type:
Boolean
This operator returns
true if all properties of the two specified
PdfBox structures are equal.
See Also