Share via


ItemScope.Equality(ItemScope, ItemScope) Operator

Definition

Determines if two ItemScope values are the same.

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