InsightType.Inequality(InsightType, InsightType) Operator

Definition

Determines if two InsightType values are not the same.

public static bool operator !=(Azure.AI.Projects.Evaluation.InsightType left, Azure.AI.Projects.Evaluation.InsightType right);
static member op_Inequality : 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