Compartilhar via


NatGatewaySkuName.Inequality(NatGatewaySkuName, NatGatewaySkuName) Operator

Definition

Overriding != operator for enum NatGatewaySkuName

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

Parameters

e1
NatGatewaySkuName

the value to compare against e2

e2
NatGatewaySkuName

the value to compare against e1

Returns

true if the two instances are not equal to the same value

Applies to