System.Globalization.TextInfo.Equals Method

Determines whether the specified object represents the same writing system as the current System.Globalization.TextInfo object.

Syntax

public override bool Equals (object obj)

Parameters

obj
The object to compare with the current System.Globalization.TextInfo.

Returns

true if obj represents the same writing system as the current System.Globalization.TextInfo; otherwise, false.

Remarks

This method overrides object.Equals(object).

Requirements

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