Share via


BareMetalMachineKeySetPrivilegeLevel.Equality Operator

Definition

Overriding == operator for enum BareMetalMachineKeySetPrivilegeLevel

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

Parameters

e1
BareMetalMachineKeySetPrivilegeLevel

the value to compare against e2

e2
BareMetalMachineKeySetPrivilegeLevel

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to