ReportedSeverity.Equality(ReportedSeverity, ReportedSeverity) Operator

Definition

Determines if two ReportedSeverity values are the same.

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