Language

DotNetComponentType.Inequality Operator

Definition

Determines if two DotNetComponentType values are not the same.

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

Parameters

left
DotNetComponentType

The left value to compare.

right
DotNetComponentType

The right value to compare.

Returns

Applies to