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.

ControlType::GetHashCode Method ()

 
Use BaseTrue

Hashcode of the ControlType

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

public:
virtual int GetHashCode() override

Return Value

Type: System::Int32

Hashcode for the ControlType

Overriden as equals is overriden. Hashcode is created based on the controls name

Return to top
Show: