Share via


AuthenticationMethod.Inequality Operator

Definition

Determines if two AuthenticationMethod values are not the same.

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

Parameters

Returns

Applies to