Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfBool Class / Equals Method / Equals(PdfBool) Method

In This Topic
    Equals(PdfBool) Method
    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 obj As PdfBool _
    ) As System.Boolean
    public System.bool Equals( 
       PdfBool obj
    )

    Parameters

    obj
    See Also