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 ==(
PdfAction first,
PdfAction second
)
VB
Public Shared Operator = (
first As PdfAction,
second As PdfAction
) As Boolean
Parameters
- first
- Type: BitMiracle.Docotic.Pdf.PdfAction
The first object to compare. - second
- Type: BitMiracle.Docotic.Pdf.PdfAction
The second object to compare.
Return Value
Type:
Booleantrue if specified objects are equal to each other; otherwise,
false.
See Also