Share via


BatchNodeRebootKind.Inequality Operator

Definition

Determines if two BatchNodeRebootKind values are not the same.

public static bool operator !=(Azure.Compute.Batch.BatchNodeRebootKind left, Azure.Compute.Batch.BatchNodeRebootKind right);
static member op_Inequality : Azure.Compute.Batch.BatchNodeRebootKind * Azure.Compute.Batch.BatchNodeRebootKind -> bool
Public Shared Operator != (left As BatchNodeRebootKind, right As BatchNodeRebootKind) As Boolean

Parameters

Returns

Applies to