Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ToleranceRectangle::Inequality Operator (ToleranceRectangle, ToleranceRectangle)

 

Operator overload for == operator.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

public:
static bool operator !=(
	ToleranceRectangle left,
	ToleranceRectangle right
)

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: System::Boolean

True if the values are not equal.

Return to top
Show: