DataReplicationVaultType.Inequality Operator

Definition

Determines if two DataReplicationVaultType values are not the same.

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

Parameters

left
DataReplicationVaultType

The left value to compare.

right
DataReplicationVaultType

The right value to compare.

Returns

Applies to