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.

TestClassExtensionAttribute::Equals Method (Object^)

 

Determines whether the test class extension object is equal to the provided test class extension object.

Namespace:   Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

public:
virtual bool Equals(
	Object^ other
) override

Parameters

other
Type: System::Object^

Test class extension object that is provided for comparison.

Return Value

Type: System::Boolean

true if the two objects are equal; otherwise, false.

Return to top
Show: