Returns the hash code of the audio format.
Namespace:
Microsoft.Speech.AudioFormat
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Function GetHashCode As Integer |
Visual Basic (Usage) |
---|
Dim instance As SpeechAudioFormatInfo Dim returnValue As Integer returnValue = instance.GetHashCode() |
C# |
---|
public override int GetHashCode() |