PassFailAction.Equality(PassFailAction, PassFailAction) 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 PassFailAction values are the same.
public static bool operator ==(Azure.Developer.LoadTesting.PassFailAction left, Azure.Developer.LoadTesting.PassFailAction right);
static member ( = ) : Azure.Developer.LoadTesting.PassFailAction * Azure.Developer.LoadTesting.PassFailAction -> bool
Public Shared Operator == (left As PassFailAction, right As PassFailAction) As Boolean
Parameters
- left
- PassFailAction
- right
- PassFailAction