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::Equals Method (Object^)

 

Compares the current object with another ColorDifference object.

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

public:
virtual bool Equals(
	Object^ other
) override

Parameters

other
Type: System::Object^

The other object for equals comparison.

Return Value

Type: System::Boolean

True if the other object is equal to this ColorDifference object, false otherwise.

Return to top
Show: