LocalShellAgentToolCallStatus.Equality 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 if two LocalShellAgentToolCallStatus values are the same.
public static bool operator ==(Azure.AI.Projects.OpenAI.LocalShellAgentToolCallStatus left, Azure.AI.Projects.OpenAI.LocalShellAgentToolCallStatus right);
static member ( = ) : Azure.AI.Projects.OpenAI.LocalShellAgentToolCallStatus * Azure.AI.Projects.OpenAI.LocalShellAgentToolCallStatus -> bool
Public Shared Operator == (left As LocalShellAgentToolCallStatus, right As LocalShellAgentToolCallStatus) As Boolean
Parameters
The left value to compare.
The right value to compare.