Compares this instance with a specified Object.
[Visual Basic] Overrides Public Function Equals( _ ByVal obj As Object _ ) As Boolean [C#] public override bool Equals( object obj ); [C++] public: override bool Equals( Object* obj ); [JScript] public override function Equals( obj : Object ) : Boolean;
true if the object is an Int64 with the same value as this instance; otherwise, false.
The Equals method compares two objects and returns the Boolean determination of their relationhip.
Overrides Equals.
Int64 Structure | Int64 Members | System Namespace | Boolean | Object