Share via


AttackStrategy.Inequality(AttackStrategy, AttackStrategy) Operator

Definition

Determines if two AttackStrategy values are not the same.

public static bool operator !=(Azure.AI.Projects.AttackStrategy left, Azure.AI.Projects.AttackStrategy right);
static member op_Inequality : Azure.AI.Projects.AttackStrategy * Azure.AI.Projects.AttackStrategy -> bool
Public Shared Operator != (left As AttackStrategy, right As AttackStrategy) As Boolean

Parameters

left
AttackStrategy

The left value to compare.

right
AttackStrategy

The right value to compare.

Returns

Applies to