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( _ ByVal o As Type _ ) As Boolean [C#] public new bool Equals( Type o ); [C++] public: new bool Equals( Type* o ); [JScript] public new function Equals( o : Type ) : 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