IsolationScope.Inequality(IsolationScope, IsolationScope) Operator

Definition

Determines if two IsolationScope values are not the same.

public static bool operator !=(Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope left, Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope right);
static member op_Inequality : 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