InputAudioFormat.Equality(InputAudioFormat, InputAudioFormat) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if two InputAudioFormat values are the same.
public static bool operator ==(Azure.AI.VoiceLive.InputAudioFormat left, Azure.AI.VoiceLive.InputAudioFormat right);
static member ( = ) : Azure.AI.VoiceLive.InputAudioFormat * Azure.AI.VoiceLive.InputAudioFormat -> bool
Public Shared Operator == (left As InputAudioFormat, right As InputAudioFormat) As Boolean
Parameters
- left
- InputAudioFormat
The left value to compare.
- right
- InputAudioFormat
The right value to compare.