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 == operator.
Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
    left As ToleranceRectangle, _
    right As ToleranceRectangle _
) As Boolean
public static bool operator !=(
    ToleranceRectangle left,
    ToleranceRectangle right
)
public:
static bool operator !=(
    ToleranceRectangle left, 
    ToleranceRectangle right
)
static let inline(<>)
        left:ToleranceRectangle * 
        right:ToleranceRectangle  : bool
JScript does not support overloaded operators.
Parameters
- left 
 Type: Microsoft.VisualStudio.TestTools.UITesting.ToleranceRectangle- LValue of the expression. 
- right 
 Type: Microsoft.VisualStudio.TestTools.UITesting.ToleranceRectangle- RValue of the expression. 
Return Value
Type: Boolean
True if the values 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.