Share via


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

比較するオブジェクトを表します。

戻り値

現在のオブジェクトと等しい場合は True、等しくない場合は false です。

実装

適用対象