RecommendationStatusName.Equality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if two RecommendationStatusName values are the same.
public static bool operator ==(Azure.ResourceManager.Advisor.Models.RecommendationStatusName left, Azure.ResourceManager.Advisor.Models.RecommendationStatusName right);
static member ( = ) : Azure.ResourceManager.Advisor.Models.RecommendationStatusName * Azure.ResourceManager.Advisor.Models.RecommendationStatusName -> bool
Public Shared Operator == (left As RecommendationStatusName, right As RecommendationStatusName) As Boolean
Parameters
The left value to compare.
- right
- RecommendationStatusName
The right value to compare.