[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfBool.Equals

Equals Method

Equals(PdfBool)

Indicates whether the current PdfBool is equal to another PdfBool object of the same type.

Declaration
public bool Equals(PdfBool obj)
Public Function Equals(obj As PdfBool) As Boolean
Parameters
Type Name Description
PdfBool obj
Returns
Type Description
bool
Implements

Equals(object)

Declaration
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides