AgentEndpointProtocol.Inequality Operator

Definition

Determines if two AgentEndpointProtocol values are not the same.

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

Parameters

left
AgentEndpointProtocol

The left value to compare.

right
AgentEndpointProtocol

The right value to compare.

Returns

Applies to