ServiceAlertState.Equality(ServiceAlertState, ServiceAlertState) Operator

Definition

Determines if two ServiceAlertState values are the same.

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