Operador UIConnectionInfo.Equality (UIConnectionInfo, Object)
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Determines whether the specified UIConnectionInfo object is the same as the specified Object.
Namespace: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (em Microsoft.SqlServer.RegSvrEnum.dll)
Sintaxe
'Declaração
Public Shared Operator = ( _
infoA As UIConnectionInfo, _
infoB As Object _
) As Boolean
'Uso
Dim infoA As UIConnectionInfo
Dim infoB As Object
Dim returnValue As Boolean
returnValue = (infoA = infoB)
public static bool operator ==(
UIConnectionInfo infoA,
Object infoB
)
public:
static bool operator ==(
UIConnectionInfo^ infoA,
Object^ infoB
)
static let inline(=)
infoA:UIConnectionInfo *
infoB:Object : bool
JScript dá suporte ao uso de operadores sobrecarregados, mas não à declaração de operadores novos.
Parâmetros
- infoA
Tipo: Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo
A UIConnectionInfo object that specifies the first object.
- infoB
Tipo: System.Object
A Object that specifies the second object.
Valor de retorno
Tipo: System.Boolean
true if the two objects are equal; otherwise, false.