Share via


ContainerGroupPriority.Equality Operator

Definition

Overriding == operator for enum ContainerGroupPriority

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

Parameters

e1
ContainerGroupPriority

the value to compare against e2

e2
ContainerGroupPriority

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to