ActionContext.Equals(IContext) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的內容判斷指定的物件是否等於目前的物件。
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
參數
- other
- IContext
表示要比較的物件。
傳回
如果等於目前物件則為 True,否則為 false。