Freigeben über


AgentKind.Equality(AgentKind, AgentKind) Operator

Definition

Determines if two AgentKind values are the same.

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

Parameters

left
AgentKind

The left value to compare.

right
AgentKind

The right value to compare.

Returns

Applies to