Share via


PersistentAgentsToolChoiceOptionMode.Equality Operator

Definition

Determines if two PersistentAgentsToolChoiceOptionMode values are the same.

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

Parameters

Returns

Applies to