Share via


PduSessionType.Equality(PduSessionType, PduSessionType) Operator

Definition

Overriding == operator for enum PduSessionType

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

Parameters

e1
PduSessionType

the value to compare against e2

e2
PduSessionType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to