BfdEnabled.Equality(BfdEnabled, BfdEnabled) Operator

Definition

Overriding == operator for enum BfdEnabled

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

Parameters

e1
BfdEnabled

the value to compare against e2

e2
BfdEnabled

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to