NumericalDataQualityMetric.Inequality 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 NumericalDataQualityMetric values are not the same.
public static bool operator != (Azure.ResourceManager.MachineLearning.Models.NumericalDataQualityMetric left, Azure.ResourceManager.MachineLearning.Models.NumericalDataQualityMetric right);
static member op_Inequality : Azure.ResourceManager.MachineLearning.Models.NumericalDataQualityMetric * Azure.ResourceManager.MachineLearning.Models.NumericalDataQualityMetric -> bool
Public Shared Operator != (left As NumericalDataQualityMetric, right As NumericalDataQualityMetric) As Boolean