Delen via


DirectPeeringType.Equality(DirectPeeringType, DirectPeeringType) Operator

Definition

Overriding == operator for enum DirectPeeringType

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

Parameters

e1
DirectPeeringType

the value to compare against e2

e2
DirectPeeringType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to