VmResourceFeatureSupportStatus.Inequality Operator

Definition

Determines if two VmResourceFeatureSupportStatus values are not the same.

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

Parameters

left
VmResourceFeatureSupportStatus

The left value to compare.

right
VmResourceFeatureSupportStatus

The right value to compare.

Returns

Applies to