Share via


AgentRunMode.Inequality(AgentRunMode, AgentRunMode) Operator

Definition

Determines whether two AgentRunMode instances are not equal.

public static bool operator !=(Microsoft.Agents.AI.Hosting.A2A.AgentRunMode? left, Microsoft.Agents.AI.Hosting.A2A.AgentRunMode? right);
static member op_Inequality : Microsoft.Agents.AI.Hosting.A2A.AgentRunMode * Microsoft.Agents.AI.Hosting.A2A.AgentRunMode -> bool
Public Shared Operator != (left As AgentRunMode, right As AgentRunMode) As Boolean

Parameters

right
AgentRunMode

Returns

Applies to