ContextAttribute.Equals(Object) Method

Definition

Returns a Boolean value indicating whether this instance is equal to the specified object.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

The object to compare with this instance.

Returns

true if o is not null and if the object names are equivalent; otherwise, false.

Applies to