Share via


StorageSku.Inequality(StorageSku, StorageSku) Operator

Definition

Overriding != operator for enum StorageSku

public static bool operator != (Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Support.StorageSku e1, Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Support.StorageSku e2);
static member op_Inequality : Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Support.StorageSku * Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Support.StorageSku -> bool
Public Shared Operator != (e1 As StorageSku, e2 As StorageSku) As Boolean

Parameters

e1
StorageSku

the value to compare against e2

e2
StorageSku

the value to compare against e1

Returns

true if the two instances are not equal to the same value

Applies to