共用方式為


ShareErrorCode.Inequality(ShareErrorCode, ShareErrorCode) Operator

Definition

Determines if two ShareErrorCode values are not the same.

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

Parameters

left
ShareErrorCode

The first ShareErrorCode to compare.

right
ShareErrorCode

The second ShareErrorCode to compare.

Returns

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

Applies to