Share via


ActionType.Equality(ActionType, ActionType) Operator

Definition

Overriding == operator for enum ActionType

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

Parameters

e1
ActionType

the value to compare against e2

e2
ActionType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to