SemanticErrorReason.Equality(SemanticErrorReason, SemanticErrorReason) 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 SemanticErrorReason values are the same.
public static bool operator == (Azure.Search.Documents.Models.SemanticErrorReason left, Azure.Search.Documents.Models.SemanticErrorReason right);
static member ( = ) : Azure.Search.Documents.Models.SemanticErrorReason * Azure.Search.Documents.Models.SemanticErrorReason -> bool
Public Shared Operator == (left As SemanticErrorReason, right As SemanticErrorReason) As Boolean
Parameters
- left
- SemanticErrorReason
- right
- SemanticErrorReason