Share via


ResourceScopeType.Equality(ResourceScopeType, ResourceScopeType) Operator

Definition

Overriding == operator for enum ResourceScopeType

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

Parameters

e1
ResourceScopeType

the value to compare against e2

e2
ResourceScopeType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to