Condividi tramite


NginxIngressControllerType.Equality Operator

Definition

Determines if two NginxIngressControllerType values are the same.

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

Parameters

left
NginxIngressControllerType

The left value to compare.

right
NginxIngressControllerType

The right value to compare.

Returns

Applies to