Volume.Key.Equality Operador (Volume.Key, Volume.Key)
Determines whether the two key objects have the same value using specified operands.
Espacio de nombres: Microsoft.SqlServer.Management.Utility
Ensamblado: Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)
Sintaxis
'Declaración
Public Shared Operator = ( _
leftOperand As Volume.Key, _
rightOperand As Volume.Key _
) As Boolean
'Uso
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 admite el uso de operadores sobrecargados, pero no la declaración de otros nuevos.
Parámetros
- leftOperand
Tipo: Microsoft.SqlServer.Management.Utility.Volume.Key
The operand object to the left of the equality operator.
- rightOperand
Tipo: Microsoft.SqlServer.Management.Utility.Volume.Key
The operand object to the right of the equality operator.
Valor devuelto
Tipo: System.Boolean
true if the objects are the same; otherwise, false.