EntityAlertSeverity.Inequality Operator

Definition

Determines if two EntityAlertSeverity values are not the same.

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

Parameters

left
EntityAlertSeverity

The left value to compare.

right
EntityAlertSeverity

The right value to compare.

Returns

Applies to