IsolationScope.Equality(IsolationScope, IsolationScope) Operator

Definition

Determines if two IsolationScope values are the same.

public static bool operator ==(Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope left, Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope right);
static member ( = ) : Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope * Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope -> bool
Public Shared Operator == (left As IsolationScope, right As IsolationScope) As Boolean

Parameters

left
IsolationScope

The left value to compare.

right
IsolationScope

The right value to compare.

Returns

Applies to