Determines if the underlying system type of the current
Type is the same as the underlying system type of the specified
Type.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public virtual bool Equals(
Type o
)
Parameters
- o
- Type: SystemType
The object whose underlying system type is to be compared with the underlying system type of the current Type.
Return Value
Type:
Booleantrue if the underlying system type of
o is the same as the underlying system type of the current
Type; otherwise, false.
See Also