[]
        
(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)
Parameters
Type Name Description
PdfBool obj
Returns
Type Description
bool
Implements

Equals(object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides