TagMapInfo.Equals(Object) Method

Definition

Compares this instance to another object.

public:
 override bool Equals(System::Object ^ o);
public override bool Equals (object o);
override this.Equals : obj -> bool
Public Overrides Function Equals (o As Object) As Boolean

Parameters

o
Object

Object to compare.

Returns

true if the objects are identical; otherwise, false.

Applies to

See also