ColorDifference.Inequality Operator
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.ColorDifferenceLValue of the expression.
right
Type: Microsoft.VisualStudio.TestTools.UITesting.ColorDifferenceRValue 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.