Operador IdKey.Equality (IdKey, IdKey)
Indicates whether the key objects have the same value using the specified operands.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Public Shared Operator = ( _
leftOperand As IdKey, _
rightOperand As IdKey _
) As Boolean
'Uso
Dim leftOperand As IdKey
Dim rightOperand As IdKey
Dim returnValue As Boolean
returnValue = (leftOperand = rightOperand)
public static bool operator ==(
IdKey leftOperand,
IdKey rightOperand
)
public:
static bool operator ==(
IdKey^ leftOperand,
IdKey^ rightOperand
)
static let inline(=)
leftOperand:IdKey *
rightOperand:IdKey : bool
JScript dá suporte ao uso de operadores sobrecarregados, mas não à declaração de operadores novos.
Parâmetros
- leftOperand
Tipo: Microsoft.SqlServer.Management.IntegrationServices.IdKey
A IdKey object that represents the left-hand side of the key to compare.
- rightOperand
Tipo: Microsoft.SqlServer.Management.IntegrationServices.IdKey
A IdKey object that represents the right-hand side of the key to compare.
Valor de retorno
Tipo: System.Boolean
true if the key objects have the same value using the specified operands; otherwise, false.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices