DataProtectionAksVolumeType.Inequality Operator

Definition

Determines if two DataProtectionAksVolumeType values are not the same.

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

Parameters

left
DataProtectionAksVolumeType

The left value to compare.

right
DataProtectionAksVolumeType

The right value to compare.

Returns

Applies to