ColorDifference.Inequality – operátor
Přetížení operátor pro! = operátor.
Obor názvů: Microsoft.VisualStudio.TestTools.UITesting
Sestavení: Microsoft.VisualStudio.TestTools.UITesting (v Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Deklarace
Public Shared Operator <> ( _
left As ColorDifference, _
right As ColorDifference _
) As Boolean
public static bool operator !=(
ColorDifference left,
ColorDifference right
)
public:
static bool operator !=(
ColorDifference^ left,
ColorDifference^ right
)
static let inline(<>)
left:ColorDifference *
right:ColorDifference : bool
Jazyk JScript nepodporuje přetížené operátory.
Parametry
left
Typ: Microsoft.VisualStudio.TestTools.UITesting.ColorDifferenceLValue výraz.
right
Typ: Microsoft.VisualStudio.TestTools.UITesting.ColorDifferenceRValue výraz.
Vrácená hodnota
Typ: Boolean
True, pokud oba nejsou shodné.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.