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입니다.

구현

적용 대상