Equals returns a bool indicating equality between the two bit arrays.
(other BitArray)
| 52 | // Equals returns a bool indicating equality between the |
| 53 | // two bit arrays. |
| 54 | Equals(other BitArray) bool |
| 55 | // Intersects returns a bool indicating if the other bit |
| 56 | // array intersects with this bit array. |
| 57 | Intersects(other BitArray) bool |
no outgoing calls