Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfDateTime Structure / Equals Method / Equals(Object) Method

In This Topic
    Equals(Object) Method
    In This Topic
    Indicates whether this instance and a specified object are equal.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function Equals( _
       ByVal obj As System.Object _
    ) As System.Boolean
    public override System.bool Equals( 
       System.object obj
    )

    Parameters

    obj

    Return Value

    true if obj and this instance are the same type and represent the same value; otherwise, false.
    See Also