小于 1 分钟
Home > @hz-9/algorithm > kVEqualFn
kVEqualFn() function
The equality function for KeyValue objects.
KeyValue 对象的相等性函数。
Signature:
kVEqualFn: <K, V>(a?: KeyValue<K, V> | undefined, b?: KeyValue<K, V> | undefined) => booleanParameters
Parameter | Type | Description |
|---|---|---|
a | KeyValue<K, V> | undefined | (Optional) |
b | KeyValue<K, V> | undefined | (Optional) |
Returns:
boolean