Share via


ItemScope.Inequality(ItemScope, ItemScope) Operator

Definition

Determines if two ItemScope values are not the same.

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

Parameters

left
ItemScope
right
ItemScope

Returns

Applies to