Determines whether an object refers to the same TextInfo as the current instance.
[Visual Basic] Overrides Public Function Equals( _ ByVal obj As Object _ ) As Boolean [C#] public override bool Equals( object obj ); [C++] public: override bool Equals( Object* obj ); [JScript] public override function Equals( obj : Object ) : Boolean;
Value | Meaning |
---|---|
True | object has the same Locale as the current instance. |
False | object does not have the same Locale as the current instance. |
This method overrides Object.Equals.
TextInfo Class | TextInfo Members | System.Globalization Namespace