Share via


QueueErrorCode.Equality(QueueErrorCode, QueueErrorCode) Operator

Definition

Determines if two QueueErrorCode values are the same.

public static bool operator == (Azure.Storage.Queues.Models.QueueErrorCode left, Azure.Storage.Queues.Models.QueueErrorCode right);
static member ( = ) : Azure.Storage.Queues.Models.QueueErrorCode * Azure.Storage.Queues.Models.QueueErrorCode -> bool
Public Shared Operator == (left As QueueErrorCode, right As QueueErrorCode) As Boolean

Parameters

left
QueueErrorCode

The first QueueErrorCode to compare.

right
QueueErrorCode

The second QueueErrorCode to compare.

Returns

True if left and right are the same; otherwise, false.

Applies to