ArcSettingAggregateState.Equality Operator

Definition

Determines if two ArcSettingAggregateState values are the same.

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

Parameters

left
ArcSettingAggregateState

The left value to compare.

right
ArcSettingAggregateState

The right value to compare.

Returns

Applies to