TextAnnotationType.Inequality(TextAnnotationType, TextAnnotationType) Operator

Definition

Determines if two TextAnnotationType values are not the same.

public static bool operator != (Azure.ResourceManager.MachineLearning.Models.TextAnnotationType left, Azure.ResourceManager.MachineLearning.Models.TextAnnotationType right);
static member op_Inequality : 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