Condividi tramite


AzureAISearchQueryType.Equality Operator

Definition

Determines if two AzureAISearchQueryType values are the same.

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

Parameters

left
AzureAISearchQueryType

The left value to compare.

right
AzureAISearchQueryType

The right value to compare.

Returns

Applies to