Scorer.Equality(Scorer, Scorer) 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 Scorer values are the same.
public static bool operator ==(Azure.AI.Language.QuestionAnswering.Inference.Scorer left, Azure.AI.Language.QuestionAnswering.Inference.Scorer right);
static member ( = ) : Azure.AI.Language.QuestionAnswering.Inference.Scorer * Azure.AI.Language.QuestionAnswering.Inference.Scorer -> bool
Public Shared Operator == (left As Scorer, right As Scorer) As Boolean
Parameters
- left
- Scorer
- right
- Scorer