Compartilhar via


UnauthenticatedClientActionV2.Inequality Operator

Definition

Overriding != operator for enum UnauthenticatedClientActionV2

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

Parameters

e1
UnauthenticatedClientActionV2

the value to compare against e2

e2
UnauthenticatedClientActionV2

the value to compare against e1

Returns

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

Applies to