ComputeEncryptionType.Inequality Operator

Definition

Determines if two ComputeEncryptionType values are not the same.

public static bool operator !=(Azure.ResourceManager.Compute.Models.ComputeEncryptionType left, Azure.ResourceManager.Compute.Models.ComputeEncryptionType right);
static member op_Inequality : Azure.ResourceManager.Compute.Models.ComputeEncryptionType * Azure.ResourceManager.Compute.Models.ComputeEncryptionType -> bool
Public Shared Operator != (left As ComputeEncryptionType, right As ComputeEncryptionType) As Boolean

Parameters

left
ComputeEncryptionType

The left value to compare.

right
ComputeEncryptionType

The right value to compare.

Returns

Applies to