Metodo SchemaNamedKey<T>.Equals (Object, Object)
Compares two keys for value equality.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Shared Function Equals ( _
leftOperand As Object, _
rightOperand As Object _
) As Boolean
'Utilizzo
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
Parametri
- leftOperand
Tipo: System.Object
The first key to compare.
- rightOperand
Tipo: System.Object
The second key to compare.
Valore restituito
Tipo: System.Boolean
true if both keys are equal or both keys are nullriferimento Null (Nothing in Visual Basic).; otherwise, false.