Operador Inequality
Tests inequality between Urn objects. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Shared Operator <> ( _
urn1 As Urn, _
urn2 As Urn _
) As Boolean
'Uso
Dim urn1 As Urn
Dim urn2 As Urn
Dim returnValue As Boolean
returnValue = (urn1 <> urn2)
public static bool operator !=(
Urn urn1,
Urn urn2
)
public:
static bool operator !=(
Urn^ urn1,
Urn^ urn2
)
static let inline (<>)
urn1:Urn *
urn2:Urn : bool
JScript dá suporte ao uso de operadores sobrecarregados, mas não à declaração de operadores novos.
Parâmetros
- urn1
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
An Urn object to compare.
- urn2
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
An Urn object to compare.
Valor de retorno
Tipo: System. . :: . .Boolean
Returns True if the objects are not equal.