Share via


NetworkAuthenticationMethod.Inequality Operator

Definition

Determines if two NetworkAuthenticationMethod values are not the same.

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

Parameters

Returns

Applies to