_Type::Equals Method
.NET Framework (current version)
Provides COM objects with version-independent access to the Type::Equals method.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Provides COM objects with version-independent access to the Type::Equals method. |
![]() | Equals(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.
.
Show:
