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