Aracılığıyla paylaş


AppType.Equality(AppType, AppType) Operator

Definition

Determines if two AppType values are the same.

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

Parameters

left
AppType
right
AppType

Returns

Applies to