AppServicePlanRestrictions.Equality Operator

Definition

Overriding == operator for enum AppServicePlanRestrictions

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

Parameters

e1
AppServicePlanRestrictions

the value to compare against e2

e2
AppServicePlanRestrictions

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to