ActionContext.Equals(IContext) 方法

定義

使用指定的內容判斷指定的物件是否等於目前的物件。

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

表示要比較的物件。

傳回

Boolean

如果等於目前物件則為 True,否則為 false

實作

適用於