Determines if the underlying system type of the current Type is the same as the underlying system type of the specified Object.
[Visual Basic] Overloads Overrides Public Function Equals( _ ByVal o As Object _ ) As Boolean [C#] public override bool Equals( object o ); [C++] public: override bool Equals( Object* o ); [JScript] public override function Equals( o : Object ) : Boolean;
true if the underlying system type of o is the same as the underlying system type of the current Type; otherwise, false.
Type Class | Type Members | System Namespace | Type.Equals Overload List | UnderlyingSystemType