ConnectorProviderName.Inequality Operator

Definition

Determines if two ConnectorProviderName values are not the same.

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

Parameters

left
ConnectorProviderName

The left value to compare.

right
ConnectorProviderName

The right value to compare.

Returns

Applies to