RegisteredServersStore.Key.Equality Operator (RegisteredServersStore.Key, Object)

Determines whether the object identified by a Object is the same as the object identified by a RegisteredServersStore.Key.

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntax

'Declaration
Public Shared Operator = ( _
    leftOperand As RegisteredServersStore.Key, _
    obj As Object _
) As Boolean
'Usage
Dim leftOperand As RegisteredServersStore.Key 
Dim obj As Object 
Dim returnValue As Boolean 

returnValue = (leftOperand = obj)
public static bool operator ==(
    RegisteredServersStore.Key leftOperand,
    Object obj
)
public:
static bool operator ==(
    RegisteredServersStore.Key^ leftOperand, 
    Object^ obj
)
static let inline(=)
        leftOperand:RegisteredServersStore.Key * 
        obj:Object  : bool
JScript supports the use of overloaded operators, but not the declaration of new ones.

Parameters

Return Value

Type: System.Boolean
A Boolean value that is true if the objects are the same, otherwise false.

See Also

Reference

RegisteredServersStore.Key Class

Equality Overload

Microsoft.SqlServer.Management.RegisteredServers Namespace