OperationalInsightsWorkspaceFailoverState.Equality Operator

Definition

Determines if two OperationalInsightsWorkspaceFailoverState values are the same.

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

Parameters

left
OperationalInsightsWorkspaceFailoverState

The left value to compare.

right
OperationalInsightsWorkspaceFailoverState

The right value to compare.

Returns

Applies to