Share via


BatchErrorSourceCategory.Inequality Operator

Definition

Determines if two BatchErrorSourceCategory values are not the same.

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

Parameters

Returns

Applies to