HighSpeedInterconnectPlacement.Inequality Operator

Definition

Determines if two HighSpeedInterconnectPlacement values are not the same.

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

Parameters

left
HighSpeedInterconnectPlacement

The left value to compare.

right
HighSpeedInterconnectPlacement

The right value to compare.

Returns

Applies to