Compartilhar via


SshEncryptionType.Equality(SshEncryptionType, SshEncryptionType) Operator

Definition

Determines if two SshEncryptionType values are the same.

public static bool operator == (Azure.ResourceManager.Compute.Models.SshEncryptionType left, Azure.ResourceManager.Compute.Models.SshEncryptionType right);
static member ( = ) : 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