UITestAction.GetHashCode Method ()

 

Use Base

True

Overrides object.GetHashCode

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

Syntax

public override int GetHashCode()
public:
virtual int GetHashCode() override
override GetHashCode : unit -> int
Public Overrides Function GetHashCode As Integer

Return Value

Type: System.Int32

The hashcode of the UITestAction

Remarks

Overridden as you have to override GetHashCode if you override Equals

See Also

UITestAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top