ActionContext.Equals(IContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.