ActionContext.Equals(IContext) Method

Definition

Determines whether the specified object is equal to the current object with specified context.

public:
 virtual bool Equals(Microsoft::SqlServer::Management::Data::IContext ^ other);
public virtual bool Equals (Microsoft.SqlServer.Management.Data.IContext other);
override this.Equals : Microsoft.SqlServer.Management.Data.IContext -> bool
Public Overridable Function Equals (other As IContext) As Boolean

Parameters

other
IContext

Represents the object to be compared.

Returns

True if equal to the current object, otherwise, false.

Implements

Applies to