Share via


UnauthenticatedClientAction.Inequality Operator

Definition

Overriding != operator for enum UnauthenticatedClientAction

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

Parameters

e1
UnauthenticatedClientAction

the value to compare against e2

e2
UnauthenticatedClientAction

the value to compare against e1

Returns

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

Applies to