utils

Home > @silence_zhpf/utils > HashSet > isEqual

HashSet.isEqual() method

此函数判断两个HashSet是否相等

Signature:

isEqual(other: HashSet<T>): boolean;

Parameters

Parameter Type Description
other HashSet<T> 另一个HashSet对象。

Returns:

boolean

两个HashSet是否相等。