EvaluatorCategory.Equality(EvaluatorCategory, EvaluatorCategory) 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 EvaluatorCategory values are the same.
public static bool operator ==(Azure.AI.Projects.EvaluatorCategory left, Azure.AI.Projects.EvaluatorCategory right);
static member ( = ) : Azure.AI.Projects.EvaluatorCategory * Azure.AI.Projects.EvaluatorCategory -> bool
Public Shared Operator == (left As EvaluatorCategory, right As EvaluatorCategory) As Boolean
Parameters
- left
- EvaluatorCategory
The left value to compare.
- right
- EvaluatorCategory
The right value to compare.