Share via


ArcSettingAggregateState.Equality Operator

Definition

Overriding == operator for enum ArcSettingAggregateState

public static bool operator == (Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.ArcSettingAggregateState e1, Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.ArcSettingAggregateState e2);
static member ( = ) : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.ArcSettingAggregateState * Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.ArcSettingAggregateState -> bool
Public Shared Operator == (e1 As ArcSettingAggregateState, e2 As ArcSettingAggregateState) As Boolean

Parameters

e1
ArcSettingAggregateState

the value to compare against e2

e2
ArcSettingAggregateState

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to