RecommendationSupportedClouds.Inequality Operator

Definition

Determines if two RecommendationSupportedClouds values are not the same.

public static bool operator !=(Azure.ResourceManager.SecurityCenter.Models.RecommendationSupportedClouds left, Azure.ResourceManager.SecurityCenter.Models.RecommendationSupportedClouds right);
static member op_Inequality : 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