BlobErrorCode.Equality(BlobErrorCode, BlobErrorCode) Operator

Definition

Determines if two BlobErrorCode values are the same.

public static bool operator == (Azure.Storage.Blobs.Models.BlobErrorCode left, Azure.Storage.Blobs.Models.BlobErrorCode right);
static member ( = ) : 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 the same; otherwise, false.

Applies to