Share via


CassandraAuthenticationMethod.Equality Operator

Definition

Determines if two CassandraAuthenticationMethod values are the same.

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

Parameters

Returns

Applies to