Checks whether the object refers to the same CompareInfo as the current instance.
[Visual Basic] Overrides Public Function Equals( _ ByVal value As Object _ ) As Boolean [C#] public override bool Equals( object value ); [C++] public: override bool Equals( Object* value ); [JScript] public override function Equals( value : Object ) : Boolean;
true if object is the same as CompareInfo; otherwise, false.[RB15]
This method overrides Object.Equals.
CompareInfo Class | CompareInfo Members | System.Globalization Namespace