Megosztás a következőn keresztül:


EncryptionKekType.Equality(EncryptionKekType, EncryptionKekType) Operator

Definition

Overriding == operator for enum EncryptionKekType

public static bool operator == (Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Support.EncryptionKekType e1, Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Support.EncryptionKekType e2);
static member ( = ) : Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Support.EncryptionKekType * Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Support.EncryptionKekType -> bool
Public Shared Operator == (e1 As EncryptionKekType, e2 As EncryptionKekType) As Boolean

Parameters

e1
EncryptionKekType

the value to compare against e2

e2
EncryptionKekType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to