Generates a hashcode for the object.

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

Syntax

Visual Basic (Declaration)
Public 
Overrides 
Function 
GetHashCode 
As 
Integer
C#
public 
override 
int 
GetHashCode()
Visual C++
public:
virtual 
int 
GetHashCode() 
override
JavaScript
function 
getHashCode();

Return Value

Returns the hashcode for this instance.

See Also