_Type.Equals Method
.NET Framework 4.5
Provides COM objects with version-independent access to the Type.Equals method.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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.
.