共用方式為


ContainerServiceNetworkMode.Inequality Operator

Definition

Determines if two ContainerServiceNetworkMode values are not the same.

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

Parameters

Returns

Applies to