ResponseFileSearchCallItemStatus.Equality Operator

Definition

Determines if two ResponseFileSearchCallItemStatus values are the same.

public static bool operator ==(Azure.AI.VoiceLive.ResponseFileSearchCallItemStatus left, Azure.AI.VoiceLive.ResponseFileSearchCallItemStatus right);
static member ( = ) : Azure.AI.VoiceLive.ResponseFileSearchCallItemStatus * Azure.AI.VoiceLive.ResponseFileSearchCallItemStatus -> bool
Public Shared Operator == (left As ResponseFileSearchCallItemStatus, right As ResponseFileSearchCallItemStatus) As Boolean

Parameters

left
ResponseFileSearchCallItemStatus

The left value to compare.

right
ResponseFileSearchCallItemStatus

The right value to compare.

Returns

Applies to