ภาษา

DotNetComponentType.Equality(DotNetComponentType, DotNetComponentType) Operator

Definition

Determines if two DotNetComponentType values are the same.

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