Megosztás a következőn keresztül:


QueueErrorCode.Inequality(QueueErrorCode, QueueErrorCode) Operator

Definition

Determines if two QueueErrorCode values are not the same.

public static bool operator != (Azure.Storage.Queues.Models.QueueErrorCode left, Azure.Storage.Queues.Models.QueueErrorCode right);
static member op_Inequality : 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 different; otherwise, false.

Applies to