Share via


L2NetworkDetailedStatus.Equality Operator

Definition

Overriding == operator for enum L2NetworkDetailedStatus

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

Parameters

e1
L2NetworkDetailedStatus

the value to compare against e2

e2
L2NetworkDetailedStatus

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to