Share via


HostNameOperator.Inequality(HostNameOperator, HostNameOperator) Operator

Definition

Overriding != operator for enum HostNameOperator

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

Parameters

e1
HostNameOperator

the value to compare against e2

e2
HostNameOperator

the value to compare against e1

Returns

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

Applies to