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