Share via


RecommendationCategory.Equality Operator

Definition

Determines if two RecommendationCategory values are the same.

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

Parameters

Returns

Applies to