Share via


InputAudioFormat.Equality(InputAudioFormat, InputAudioFormat) Operator

Definition

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.

Returns

Applies to