Share via


AgentCommunicationMethod.Inequality Operator

Definition

Determines if two AgentCommunicationMethod values are not the same.

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