다음을 통해 공유


CassandraAuthenticationMethod.Inequality Operator

Definition

Determines if two CassandraAuthenticationMethod values are not the same.

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