Mono Class Library: System.Type Overview | Members

System.Type.Equals Method

Determines if the underlying system type of the current Type is the same as the underlying system type of the specified Type.

public bool Equals (Type o)

Parameters

o
The Type whose underlying system type is to be compared with the underlying system type of the current Type.

Returns

true if the underlying system type of o is the same as the underlying system type of the current Type; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0