RedisEnterpriseCustomerManagedKeyIdentityType.Equality Operator

Definition

Determines if two RedisEnterpriseCustomerManagedKeyIdentityType values are the same.

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

Parameters

left
RedisEnterpriseCustomerManagedKeyIdentityType

The left value to compare.

right
RedisEnterpriseCustomerManagedKeyIdentityType

The right value to compare.

Returns

Applies to