RecommendationSupportedClouds.Equality Operator

Definition

Determines if two RecommendationSupportedClouds values are the same.

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

Parameters

left
RecommendationSupportedClouds

The left value to compare.

right
RecommendationSupportedClouds

The right value to compare.

Returns

Applies to