Condividi tramite


ContainerServiceNetworkKubeProxyMode.Equality Operator

Definition

Determines if two ContainerServiceNetworkKubeProxyMode values are the same.

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

Parameters

left
ContainerServiceNetworkKubeProxyMode

The left value to compare.

right
ContainerServiceNetworkKubeProxyMode

The right value to compare.

Returns

Applies to