{@inheritDoc}
(Object that)
| 102 | * {@inheritDoc} |
| 103 | */ |
| 104 | @Override |
| 105 | public boolean equals(Object that) { |
| 106 | if (that instanceof SpreadMap) { |
| 107 | return equals((SpreadMap) that); |
| 108 | } |
| 109 | return false; |
| 110 | } |
| 111 | |
| 112 | /** |
| 113 | * Compares this spread map with another spread map using Groovy equality. |