Compartir a través de


ContainerGroupSku.Equality(ContainerGroupSku, ContainerGroupSku) Operator

Definition

Overriding == operator for enum ContainerGroupSku

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

Parameters

e1
ContainerGroupSku

the value to compare against e2

e2
ContainerGroupSku

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to