SecurityInsightsRegistryHive.Inequality Operator

Definition

Determines if two SecurityInsightsRegistryHive values are not the same.

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

Parameters

left
SecurityInsightsRegistryHive

The left value to compare.

right
SecurityInsightsRegistryHive

The right value to compare.

Returns

Applies to