ReportedSeverity.Inequality(ReportedSeverity, ReportedSeverity) Operator

Definition

Determines if two ReportedSeverity values are not the same.

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

Parameters

Returns

Applies to