Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Type::Equals Method

 

Determines if the underlying system type of the current Type is the same as the underlying system type of the specified Object or Type.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines if the underlying system type of the current Type object is the same as the underlying system type of the specified Object.(Overrides MemberInfo::Equals(Object^).)

System_CAPS_pubmethodEquals(Type^)

Determines if the underlying system type of the current Type is the same as the underlying system type of the specified Type.

Return to top
Show: