_Type::Equals Method

 

Provides COM objects with version-independent access to the Type::Equals method.

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

Provides COM objects with version-independent access to the Type::Equals method.

System_CAPS_pubmethodEquals(Type^)

Provides COM objects with version-independent access to the Type::Equals method.

This method is for access to managed classes from unmanaged code, and should not be called from managed code.

The 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.

.

Return to top
Show: