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

left
SshEncryptionType

The left value to compare.

right
SshEncryptionType

The right value to compare.

Returns

Applies to