adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / OID Class / Equals Method / Equals(Object) Method
The object to compare with the current object.The object to compare to. May be an OID or a string representing an OID.


In This Topic
    Equals(Object) Method
    In This Topic
    Determines whether the specified object is equal to the current object. Determines whether the OID equals another object.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )
    public:
    bool Equals( 
       Object^ obj
    ) override 

    Parameters

    obj
    The object to compare with the current object.The object to compare to. May be an OID or a string representing an OID.

    Return Value

    true if the specified object is equal to the current object; otherwise, false.
    See Also