ServiceAlertState.Inequality(ServiceAlertState, ServiceAlertState) Operator

Definition

Determines if two ServiceAlertState values are not the same.

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

Parameters

Returns

Applies to