Share via


GetHashCode Method

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Serves as a hash function for a particular type.

Namespace:  Microsoft.Rtc.Collaboration.GroupChat
Assembly:  Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As MessagePartChatRoomLink
Dim returnValue As Integer

returnValue = instance.GetHashCode()
public override int GetHashCode()

Return Value

Type: System.Int32
A hash code for MessagePartChatRoomLink.

See Also

Reference

MessagePartChatRoomLink Class

MessagePartChatRoomLink Members

Microsoft.Rtc.Collaboration.GroupChat Namespace