Determines if the underlying system type of the current Type is the same as the underlying system type of the specified Object or Type.
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(Object) As Boolean
[C#] public override bool Equals(Object);
[C++] public: override bool Equals(Object*);
[JScript] public override function Equals(Object) : Boolean;
Determines if the underlying system type of the current Type is the same as the underlying system type of the specified Type.
[Visual Basic] Overloads Shadows Public Function Equals(Type) As Boolean
[C#] public new bool Equals(Type);
[C++] public: new bool Equals(Type*);
[JScript] public new function Equals(Type) : Boolean;