Share via


AlertOperator.Equality(AlertOperator, AlertOperator) Operator

Definition

Overriding == operator for enum AlertOperator

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

Parameters

e1
AlertOperator

the value to compare against e2

e2
AlertOperator

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to