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