Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Operator overload for the != operator.
Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
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
JScript does not support overloaded operators.
Parameters
- left 
 Type: Microsoft.VisualStudio.TestTools.UITesting.ColorDifference- LValue of the expression. 
- right 
 Type: Microsoft.VisualStudio.TestTools.UITesting.ColorDifference- RValue of the expression. 
Return Value
Type: Boolean
True if both are not equal.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.