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