Share via


ArchitectureType.Inequality(ArchitectureType, ArchitectureType) Operator

Definition

Determines if two ArchitectureType values are not the same.

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

Parameters

Returns

Applies to