ConnectionEvaluationHistory.Key.Equality Operator

Definition

Überlädt

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

Parameter

Gibt zurück

Gilt für:

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

Parameter

obj
Object

Gibt zurück

Gilt für:

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

Parameter

obj
Object

Gibt zurück

Gilt für: