ConnectionEvaluationHistory.Key.Equality 연산자

정의

오버로드

Equality(ConnectionEvaluationHistory+Key, ConnectionEvaluationHistory+Key)

public static bool operator ==(Microsoft.SqlServer.Management.Dmf.ConnectionEvaluationHistory.Key leftOperand, Microsoft.SqlServer.Management.Dmf.ConnectionEvaluationHistory.Key rightOperand);
static member ( = ) : Microsoft.SqlServer.Management.Dmf.ConnectionEvaluationHistory.Key * Microsoft.SqlServer.Management.Dmf.ConnectionEvaluationHistory.Key -> bool
Public Shared Operator == (leftOperand As ConnectionEvaluationHistory.Key, rightOperand As ConnectionEvaluationHistory.Key) As Boolean

매개 변수

반품

적용 대상

Equality(ConnectionEvaluationHistory+Key, Object)

public static bool operator ==(Microsoft.SqlServer.Management.Dmf.ConnectionEvaluationHistory.Key leftOperand, object obj);
static member ( = ) : Microsoft.SqlServer.Management.Dmf.ConnectionEvaluationHistory.Key * obj -> bool
Public Shared Operator == (leftOperand As ConnectionEvaluationHistory.Key, obj As Object) As Boolean

매개 변수

obj
Object

반품

적용 대상

Equality(Object, ConnectionEvaluationHistory+Key)

public static bool operator ==(object obj, Microsoft.SqlServer.Management.Dmf.ConnectionEvaluationHistory.Key rightOperand);
static member ( = ) : obj * Microsoft.SqlServer.Management.Dmf.ConnectionEvaluationHistory.Key -> bool
Public Shared Operator == (obj As Object, rightOperand As ConnectionEvaluationHistory.Key) As Boolean

매개 변수

obj
Object

반품

적용 대상