TriggerState.Inequality(TriggerState, TriggerState) 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 TriggerState values are not the same.
public static bool operator !=(Azure.Developer.LoadTesting.TriggerState left, Azure.Developer.LoadTesting.TriggerState right);
static member op_Inequality : Azure.Developer.LoadTesting.TriggerState * Azure.Developer.LoadTesting.TriggerState -> bool
Public Shared Operator != (left As TriggerState, right As TriggerState) As Boolean
Parameters
- left
- TriggerState
The left value to compare.
- right
- TriggerState
The right value to compare.