Udostępnij za pośrednictwem


BlobErrorCode.Inequality(BlobErrorCode, BlobErrorCode) Operator

Definition

Determines if two BlobErrorCode values are not the same.

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

Parameters

left
BlobErrorCode

The first BlobErrorCode to compare.

right
BlobErrorCode

The second BlobErrorCode to compare.

Returns

True if left and right are different; otherwise, false.

Applies to