Condividi tramite


DataProtectionAksVolumeType.Equality Operator

Definition

Determines if two DataProtectionAksVolumeType values are the same.

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