Compartilhar via


ErrorCategory.Inequality(ErrorCategory, ErrorCategory) Operator

Definition

Determines if two ErrorCategory values are not the same.

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

Parameters

Returns

Applies to