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.

GenericParameterHelper::Equals Method (Object^)

 

Determines whether the specified GenericParameterHelper object is equal to the current GenericParameterHelper object.

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

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The GenericParameterHelper object to compare with the current GenericParameterHelper object.

Return Value

Type: System::Boolean

true if the specified GenericParameterHelper object is equal to the current GenericParameterHelper object; otherwise, false.

Return to top
Show: