In This Topic
Indicates whether the current
PdfBool is equal to another
PdfBool object of the same type.
Syntax
'Declaration
Public Overloads Function Equals( _
ByVal As PdfBool _
) As System.Boolean
public System.bool Equals(
PdfBool
)
Parameters
- obj
See Also