Click or drag to resize
TypeEquals Method (Type)
Determines if the underlying system type of the current Type is the same as the underlying system type of the specified Type.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
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: Boolean
true if the underlying system type of o is the same as the underlying system type of the current Type; otherwise, false.
See Also