StorageRestrictionReasonCode.Inequality Operator

Definition

Determines if two StorageRestrictionReasonCode values are not the same.

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

Parameters

Returns

Applies to