Share via


DevboxDisksEncryptionEnableStatus.Equality Operator

Definition

Overriding == operator for enum DevboxDisksEncryptionEnableStatus

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

Parameters

e1
DevboxDisksEncryptionEnableStatus

the value to compare against e2

e2
DevboxDisksEncryptionEnableStatus

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to