Freigeben über


ScaleSetEvictionPolicy.Equality Operator

Definition

Overriding == operator for enum ScaleSetEvictionPolicy

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

Parameters

e1
ScaleSetEvictionPolicy

the value to compare against e2

e2
ScaleSetEvictionPolicy

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to