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

In This Topic
    Equals(PdfNull) Method
    In This Topic
    Indicates whether the current PdfNull is equal to another PdfNull.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As PdfNull _
    ) As System.Boolean
    public System.bool Equals( 
       PdfNull other
    )

    Parameters

    other
    See Also