Share via


ArchitectureType.Equality(ArchitectureType, ArchitectureType) Operator

Definition

Determines if two ArchitectureType values are the same.

public static bool operator == (Azure.ResourceManager.Compute.Models.ArchitectureType left, Azure.ResourceManager.Compute.Models.ArchitectureType right);
static member ( = ) : 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