Share via


MongoDBAuthenticationType.Inequality Operator

Definition

Determines if two MongoDBAuthenticationType values are not the same.

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

Parameters

Returns

Applies to