Compartilhar via


SshEncryptionType.Inequality(SshEncryptionType, SshEncryptionType) Operator

Definition

Determines if two SshEncryptionType values are not the same.

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

Parameters

Returns

Applies to