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.

ColorDifference::Equality Operator (ColorDifference^, ColorDifference^)

 

Operator overload for == operator.

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

public:
static bool operator ==(
	ColorDifference^ left,
	ColorDifference^ right
)

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

True if both are equal.

Return to top
Show: