HypothesisStatus.Inequality(HypothesisStatus, HypothesisStatus) Operator

Definition

Determines if two HypothesisStatus values are not the same.

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

Parameters

left
HypothesisStatus

The left value to compare.

right
HypothesisStatus

The right value to compare.

Returns

Applies to