Share via


AuthenticationMethod.Equality Operator

Definition

Determines if two AuthenticationMethod values are the same.

public static bool operator == (Azure.ResourceManager.Kubernetes.Models.AuthenticationMethod left, Azure.ResourceManager.Kubernetes.Models.AuthenticationMethod right);
static member ( = ) : 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