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.

UITechnologyElementProxy::GetHashCode Method ()

 

Gets the hash code for this object.

.NET Design Guidelines suggests overriding this too if Equals is overridden.

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

public:
virtual int GetHashCode() override

Return Value

Type: System::Int32

The hash code.

Return to top
Show: