Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Determines whether the two key objects have the same value using specified operands.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
Public Shared Operator = ( _
leftOperand As Volume.Key, _
rightOperand As Volume.Key _
) As Boolean
'Usage
Dim leftOperand As Volume.Key
Dim rightOperand As Volume.Key
Dim returnValue As Boolean
returnValue = (leftOperand = rightOperand)
public static bool operator ==(
Volume.Key leftOperand,
Volume.Key rightOperand
)
public:
static bool operator ==(
Volume.Key^ leftOperand,
Volume.Key^ rightOperand
)
static let inline(=)
leftOperand:Volume.Key *
rightOperand:Volume.Key : bool
JScript unterstützt die Verwendung überladener Operatoren, aber nicht die Deklaration neuer Operatoren.
Parameter
- leftOperand
Typ: Microsoft.SqlServer.Management.Utility.Volume.Key
The operand object to the left of the equality operator.
- rightOperand
Typ: Microsoft.SqlServer.Management.Utility.Volume.Key
The operand object to the right of the equality operator.
Rückgabewert
Typ: System.Boolean
true if the objects are the same; otherwise, false.