InsightType.Equality(InsightType, InsightType) 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 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.