Delen via


PeeringLocationsKind.Equality Operator

Definition

Overriding == operator for enum PeeringLocationsKind

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

Parameters

e1
PeeringLocationsKind

the value to compare against e2

e2
PeeringLocationsKind

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to