你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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