ContainerGroupIPAddressType.Inequality Operator

Definition

Determines if two ContainerGroupIPAddressType values are not the same.

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

Parameters

Returns

Applies to