Share via


MongoDBAuthenticationType.Equality Operator

Definition

Determines if two MongoDBAuthenticationType values are the same.

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