Mono Class Library: System.Char Overview | Members

System.Char.Equals Method

Determines whether the current instance and the specified object represent the same type and value. [Edit]

public override bool Equals (object obj)

Parameters

obj
The object to compare to the current instance. [Edit]

Returns

true if obj represents the same type and value as the current instance. If obj is a null reference or is not an instance of char, returns false. [Edit]

Remarks

The comparison performed by this method is based on the code points of the current instance and obj, not necessarily their lexicographical characteristics.

Note: This method overrides object.Equals(object).

[Edit]

Requirements

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