MongoClusterKeyEncryptionKeyIdentityType.Inequality Operator

Definition

Determines if two MongoClusterKeyEncryptionKeyIdentityType values are not the same.

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

Parameters

left
MongoClusterKeyEncryptionKeyIdentityType

The left value to compare.

right
MongoClusterKeyEncryptionKeyIdentityType

The right value to compare.

Returns

Applies to