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 obj is an Int16 with the same value as this instance; otherwise, false.
The Equals method compares two objects and returns a Boolean determination of their relationship.
Overrides Equals.
Int16 Structure | Int16 Members | System Namespace | Boolean