Share via


SessionStateV6.Inequality(SessionStateV6, SessionStateV6) Operator

Definition

Overriding != operator for enum SessionStateV6

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

Parameters

e1
SessionStateV6

the value to compare against e2

e2
SessionStateV6

the value to compare against e1

Returns

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

Applies to