MapsInfrastructureEncryption.Inequality Operator

Definition

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

Parameters

left
MapsInfrastructureEncryption

The left value to compare.

right
MapsInfrastructureEncryption

The right value to compare.

Returns

Applies to