Delen via


DefaultGateway.Equality(DefaultGateway, DefaultGateway) Operator

Definition

Overriding == operator for enum DefaultGateway

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

Parameters

e1
DefaultGateway

the value to compare against e2

e2
DefaultGateway

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to