Share via


AuthenticationType.Inequality(AuthenticationType, AuthenticationType) Operator

Definition

Determines if two AuthenticationType values are not the same.

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

Parameters

Returns

Applies to