Share via


AgentCommunicationMethod.Equality Operator

Definition

Determines if two AgentCommunicationMethod values are the same.

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

Parameters

left
AgentCommunicationMethod

The left value to compare.

right
AgentCommunicationMethod

The right value to compare.

Returns

Applies to