Compartir a través de


ItemScope.Equality(ItemScope, ItemScope) Operador

Definición

Determina si dos ItemScope valores son los mismos.

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

Parámetros

left
ItemScope
right
ItemScope

Devoluciones

Se aplica a