Método SchemaNamedKey<T>.Equals (Object, Object)
Compares two keys for value equality.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Shared Function Equals ( _
leftOperand As Object, _
rightOperand As Object _
) As Boolean
'Uso
Dim leftOperand As Object
Dim rightOperand As Object
Dim returnValue As Boolean
returnValue = SchemaNamedKey.Equals(leftOperand, _
rightOperand)
public static bool Equals(
Object leftOperand,
Object rightOperand
)
public:
static bool Equals(
Object^ leftOperand,
Object^ rightOperand
)
static member Equals :
leftOperand:Object *
rightOperand:Object -> bool
public static function Equals(
leftOperand : Object,
rightOperand : Object
) : boolean
Parâmetros
- leftOperand
Tipo: System.Object
The first key to compare.
- rightOperand
Tipo: System.Object
The second key to compare.
Valor de retorno
Tipo: System.Boolean
true if both keys are equal or both keys are nulluma referência nula (Nothing no Visual Basic); otherwise, false.