Share via


FunctionType.Equality(FunctionType, FunctionType) Operator

Definition

Determines if two FunctionType values are the same.

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

Parameters

right
FunctionType

Returns

Applies to