Share via


BatchErrorCode.Equality(BatchErrorCode, BatchErrorCode) Operator

Definition

Determines if two BatchErrorCode values are the same.

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

Parameters

Returns

Applies to