aggregateFieldEqual
Compares two 'AggregateField` instances for equality.
function aggregateFieldEqual(left: AggregateField<unknown>, right: AggregateField<unknown>): boolean;
§
§Parameters
§
left: AggregateField<unknown>
[src]Compare this AggregateField to the right
.
§
right: AggregateField<unknown>
[src]Compare this AggregateField to the left
.