Mono Class Library: System.Text.UnicodeEncoding Overview | Members

System.Text.UnicodeEncoding.Equals Method

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

public override bool Equals (object value)

Parameters

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

Returns

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

Remarks

Note: This method overrides object.Equals(object).
[Edit]

Requirements

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