ChaosActionLifecycle.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 ChaosActionLifecycle values are the same.
public static bool operator ==(Azure.ResourceManager.Chaos.Models.ChaosActionLifecycle left, Azure.ResourceManager.Chaos.Models.ChaosActionLifecycle right);
static member ( = ) : Azure.ResourceManager.Chaos.Models.ChaosActionLifecycle * Azure.ResourceManager.Chaos.Models.ChaosActionLifecycle -> bool
Public Shared Operator == (left As ChaosActionLifecycle, right As ChaosActionLifecycle) As Boolean
Parameters
- left
- ChaosActionLifecycle
The left value to compare.
- right
- ChaosActionLifecycle
The right value to compare.