StatusLevelTypes.Inequality(StatusLevelTypes, StatusLevelTypes) Operator

Definition

Determines if two StatusLevelTypes values are not the same.

public static bool operator !=(Azure.Compute.Batch.StatusLevelTypes left, Azure.Compute.Batch.StatusLevelTypes right);
static member op_Inequality : 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.

Returns

Applies to