Partilhar via


LargeFileSharesState.Inequality Operator

Definition

Overriding != operator for enum LargeFileSharesState

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

Parameters

e1
LargeFileSharesState

the value to compare against e2

e2
LargeFileSharesState

the value to compare against e1

Returns

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

Applies to