TestMessageLogEntryIdentity.GetHashCode Method ()
Serves as a hash function for a particular structure. Is suitable for use in hash algorithms and data structures, such as a hash table.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.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
A hash code for the current object.
See Also
TestMessageLogEntryIdentity Structure
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top