Freigeben über


EvaluationHistory.Key.Equality-Operator (Object, EvaluationHistory.Key)

Determines whether the object identified by a Object is the same as the object identified by a EvaluationHistory.Key.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Shared Operator = ( _
    obj As Object, _
    rightOperand As EvaluationHistory.Key _
) As Boolean
'Usage
Dim obj As Object 
Dim rightOperand As EvaluationHistory.Key 
Dim returnValue As Boolean 

returnValue = (obj = rightOperand)
public static bool operator ==(
    Object obj,
    EvaluationHistory.Key rightOperand
)
public:
static bool operator ==(
    Object^ obj, 
    EvaluationHistory.Key^ rightOperand
)
static let inline(=)
        obj:Object * 
        rightOperand:EvaluationHistory.Key  : bool
JScript unterstützt die Verwendung überladener Operatoren, aber nicht die Deklaration neuer Operatoren.

Parameter

Rückgabewert

Typ: System.Boolean
A Boolean value that is true if the objects are the same, otherwise false.

Siehe auch

Verweis

EvaluationHistory.Key Klasse

Equality-Überladung

Microsoft.SqlServer.Management.Dmf-Namespace