Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Compares the two keys for value of equality.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Shared Function Equals ( _
leftOperand As Object, _
rightOperand As Object _
) As Boolean
'Usage
Dim leftOperand As Object
Dim rightOperand As Object
Dim returnValue As Boolean
returnValue = NamedKey.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
Parameters
- leftOperand
Type: System.Object
The first key to compare.
- rightOperand
Type: System.Object
The second key to compare.
Return Value
Type: System.Boolean
True if the keys are equal; otherwise, false.