Type.Equals Method
.NET Framework 3.0
Determines if the underlying system type of the current Type is the same as the underlying system type of the specified Object or Type.
| Name | Description |
|---|---|
| Type.Equals (Object) | Determines if the underlying system type of the current Type is the same as the underlying system type of the specified Object. Supported by the .NET Compact Framework. |
| Type.Equals (Type) | Determines if the underlying system type of the current Type is the same as the underlying system type of the specified Type. Supported by the .NET Compact Framework. |
| Type.Equals (Object, Object) | Determines whether the specified Object instances are considered equal. |