Share via


SessionStateV4.Equality(SessionStateV4, SessionStateV4) Operator

Definition

Overriding == operator for enum SessionStateV4

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

Parameters

e1
SessionStateV4

the value to compare against e2

e2
SessionStateV4

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to