AgentRunMode.Equality(AgentRunMode, AgentRunMode) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether two AgentRunMode instances are equal.
public static bool operator ==(Microsoft.Agents.AI.Hosting.A2A.AgentRunMode? left, Microsoft.Agents.AI.Hosting.A2A.AgentRunMode? right);
static member ( = ) : 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
- left
- AgentRunMode
- right
- AgentRunMode