Share via


AttackTactic.Equality(AttackTactic, AttackTactic) Operator

Definition

Overriding == operator for enum AttackTactic

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

Parameters

e1
AttackTactic

the value to compare against e2

e2
AttackTactic

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to