Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfDateTime Structure / Equals Method / Equals(PdfDateTime) Method
The PdfDateTime value to compare to.

In This Topic
    Equals(PdfDateTime) Method
    In This Topic
    Checks whether this PdfDateTime is equal to another PdfDateTime.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As PdfDateTime _
    ) As System.Boolean
    public System.bool Equals( 
       PdfDateTime other
    )

    Parameters

    other
    The PdfDateTime value to compare to.

    Return Value

    True if values are equal, false otherwise.
    See Also