Share via


TextAnnotationType.Equality(TextAnnotationType, TextAnnotationType) Operator

Definition

Determines if two TextAnnotationType values are the same.

public static bool operator == (Azure.ResourceManager.MachineLearning.Models.TextAnnotationType left, Azure.ResourceManager.MachineLearning.Models.TextAnnotationType right);
static member ( = ) : Azure.ResourceManager.MachineLearning.Models.TextAnnotationType * Azure.ResourceManager.MachineLearning.Models.TextAnnotationType -> bool
Public Shared Operator == (left As TextAnnotationType, right As TextAnnotationType) As Boolean

Parameters

Returns

Applies to