Language

VoiceAgentSystemToolName.Inequality Operator

Definition

Determines if two VoiceAgentSystemToolName values are not the same.

public static bool operator !=(Azure.AI.Projects.Agents.VoiceAgentSystemToolName left, Azure.AI.Projects.Agents.VoiceAgentSystemToolName right);
static member op_Inequality : 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