TestProfileRunStatus.Equality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if two TestProfileRunStatus values are the same.
public static bool operator ==(Azure.Developer.LoadTesting.TestProfileRunStatus left, Azure.Developer.LoadTesting.TestProfileRunStatus right);
static member ( = ) : Azure.Developer.LoadTesting.TestProfileRunStatus * Azure.Developer.LoadTesting.TestProfileRunStatus -> bool
Public Shared Operator == (left As TestProfileRunStatus, right As TestProfileRunStatus) As Boolean
Parameters
- left
- TestProfileRunStatus
- right
- TestProfileRunStatus