Freigeben über


IPFamily.Equality(IPFamily, IPFamily) Operator

Definition

Overriding == operator for enum IPFamily

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

Parameters

e1
IPFamily

the value to compare against e2

e2
IPFamily

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to