GetHashCode Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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()

Return Value

Type: System..::..Int32

An int containing the hash code.

See Also