InterconnectGroupScope.Inequality Operator

Definition

Determines if two InterconnectGroupScope values are not the same.

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

Parameters

left
InterconnectGroupScope

The left value to compare.

right
InterconnectGroupScope

The right value to compare.

Returns

Applies to