Return whether the given Structure's native backing data is identical to this one. @param s Structure to compare @return equality result
(Structure s)
| 1762 | * @return equality result |
| 1763 | */ |
| 1764 | public boolean dataEquals(Structure s) { |
| 1765 | return dataEquals(s, false); |
| 1766 | } |
| 1767 | |
| 1768 | /** Return whether the given Structure's backing data is identical to |
| 1769 | * this one, optionally clearing and re-writing native memory before checking. |