Computes the hash code for the current object.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
Overrides 
Function 
GetHashCode 
As 
Integer
Visual Basic (usage)
Dim 
instance 
As 

ApplicationConfiguration
Dim 
returnValue 
As 
Integer

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

Return value

Type: System . . :: . . Int32

Integer value that represents the hash code.

See also