UITestAction.GetHashCode 方法 ()

 

Use Base

True

重写 object.GetHashCode

命名空间:   Microsoft.VisualStudio.TestTools.UITest.Common
程序集:  Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

语法

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

返回值

Type: System.Int32

UITestAction 的 hashcode

备注

重写,您必须重写 GetHashCode,如果重写相等

请参阅

UITestAction 类
Microsoft.VisualStudio.TestTools.UITest.Common 命名空间

返回页首