Udostępnij za pośrednictwem


Operator TestId.Inequality —

Reprezentuje operator nierówności (! =) służący do określenia, czy podane obiekty nie są równe.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Common
Zestaw:  Microsoft.VisualStudio.QualityTools.Common (w Microsoft.VisualStudio.QualityTools.Common.dll)

Składnia

'Deklaracja
Public Shared Operator <> ( _
    left As TestId, _
    right As TestId _
) As Boolean
public static bool operator !=(
    TestId left,
    TestId right
)
public:
static bool operator !=(
    TestId^ left, 
    TestId^ right
)
static let inline(<>)
        left:TestId * 
        right:TestId  : bool
Język JScript nie obsługuje przeciążonych operatorów.

Parametry

Wartość zwracana

Typ: Boolean
true Jeśli obiekty nie są równe; w przeciwnym razie false.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TestId Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common