Share via


RecommendationCategory.Inequality Operator

Definition

Determines if two RecommendationCategory values are not the same.

public static bool operator !=(Azure.Developer.LoadTesting.RecommendationCategory left, Azure.Developer.LoadTesting.RecommendationCategory right);
static member op_Inequality : Azure.Developer.LoadTesting.RecommendationCategory * Azure.Developer.LoadTesting.RecommendationCategory -> bool
Public Shared Operator != (left As RecommendationCategory, right As RecommendationCategory) As Boolean

Parameters

Returns

Applies to