Share via


AttackStrategy.Equality(AttackStrategy, AttackStrategy) Operator

Definition

Determines if two AttackStrategy values are the same.

public static bool operator ==(Azure.AI.Projects.AttackStrategy left, Azure.AI.Projects.AttackStrategy right);
static member ( = ) : 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