ToleranceRectangle.Inequality Operator
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.ToleranceRectangleLValue of the expression.
right
Type: Microsoft.VisualStudio.TestTools.UITesting.ToleranceRectangleRValue 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.