InterconnectBlockExpandTypes.Inequality Operator

Definition

Determines if two InterconnectBlockExpandTypes values are not the same.

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

Parameters

left
InterconnectBlockExpandTypes

The left value to compare.

right
InterconnectBlockExpandTypes

The right value to compare.

Returns

Applies to