Share via


TestCategoryItem.GetHashCode Method

Serves as a hash function for the TestCategoryItem class.

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

Syntax

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

Return Value

Type: System.Int32
A 32-bit signed integer hash code.

.NET Framework Security

See Also

Reference

TestCategoryItem Class

Microsoft.VisualStudio.TestTools.Common Namespace