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