Share via


LoadTestKind.Equality(LoadTestKind, LoadTestKind) Operator

Definition

Determines if two LoadTestKind values are the same.

public static bool operator ==(Azure.Developer.LoadTesting.LoadTestKind left, Azure.Developer.LoadTesting.LoadTestKind right);
static member ( = ) : Azure.Developer.LoadTesting.LoadTestKind * Azure.Developer.LoadTesting.LoadTestKind -> bool
Public Shared Operator == (left As LoadTestKind, right As LoadTestKind) As Boolean

Parameters

right
LoadTestKind

Returns

Applies to