Language

VoiceAgentSystemToolName.Equality Operator

Definition

Determines if two VoiceAgentSystemToolName values are the same.

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

Parameters

left
VoiceAgentSystemToolName

The left value to compare.

right
VoiceAgentSystemToolName

The right value to compare.

Returns

Applies to