Condividi tramite


InsightType.Equality(InsightType, InsightType) Operator

Definition

Determines if two InsightType values are the same.

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

Parameters

left
InsightType

The left value to compare.

right
InsightType

The right value to compare.

Returns

Applies to