BmcKeySetPrivilegeLevel.Equality Operator

Definition

Overriding == operator for enum BmcKeySetPrivilegeLevel

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

Parameters

e1
BmcKeySetPrivilegeLevel

the value to compare against e2

e2
BmcKeySetPrivilegeLevel

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to