is_equal
Description:
[
Version ( since =
"0.9.7" ) ]
public Bool is_equal (
Set other)
Tests whether set and other are equal (contain the same elements).
Parameters:
| other |
Another set
|
| set |
A set
|
Returns:
|
`true` if the two sets are equal, `false` otherwise.
|