Determines whether the two specified objects are equal to each other.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public static bool operator ==(
PdfWidget first,
PdfWidget second
)
VB
Public Shared Operator = (
first As PdfWidget,
second As PdfWidget
) As Boolean
Parameters
- first
- Type: BitMiracle.Docotic.Pdf.PdfWidget
The first object to compare. - second
- Type: BitMiracle.Docotic.Pdf.PdfWidget
The second object to compare.
Return Value
Type:
Booleantrue if specified objects are equal to each other; otherwise,
false.
See Also