Share via


NetworkIPAllocationMethod.Inequality Operator

Definition

Determines if two NetworkIPAllocationMethod values are not the same.

public static bool operator != (Azure.ResourceManager.Network.Models.NetworkIPAllocationMethod left, Azure.ResourceManager.Network.Models.NetworkIPAllocationMethod right);
static member op_Inequality : Azure.ResourceManager.Network.Models.NetworkIPAllocationMethod * Azure.ResourceManager.Network.Models.NetworkIPAllocationMethod -> bool
Public Shared Operator != (left As NetworkIPAllocationMethod, right As NetworkIPAllocationMethod) As Boolean

Parameters

Returns

Applies to