AvsMaintenanceCheckType.Inequality Operator

Definition

Determines if two AvsMaintenanceCheckType values are not the same.

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

Parameters

left
AvsMaintenanceCheckType

The left value to compare.

right
AvsMaintenanceCheckType

The right value to compare.

Returns

Applies to