Partilhar via


WorkloadRuntime.Equality(WorkloadRuntime, WorkloadRuntime) Operator

Definition

Overriding == operator for enum WorkloadRuntime

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

Parameters

e1
WorkloadRuntime

the value to compare against e2

e2
WorkloadRuntime

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to