OperationalInsightsTablePlan.Equality Operator

Definition

Determines if two OperationalInsightsTablePlan values are the same.

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

Parameters

left
OperationalInsightsTablePlan

The left value to compare.

right
OperationalInsightsTablePlan

The right value to compare.

Returns

Applies to