AggregationFunctionType.Equality Operator

Definition

Determines if two AggregationFunctionType values are the same.

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

Parameters

Returns

Applies to