ErrorCategory.Equality(ErrorCategory, ErrorCategory) Operator

Definition

Determines if two ErrorCategory values are the same.

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

Parameters

Returns

Applies to