Compares two Ion values for structural equality, which means that they represent the exact same semantics, including annotations, numeric precision, and so on. This is a "deep" comparison that recursively traverses the hierarchy, and as such it should be considered an expensive operation. @see com
(Object other)
| 525 | * precision and annotations. |
| 526 | */ |
| 527 | public boolean equals(Object other); |
| 528 | |
| 529 | |
| 530 | /** |
no outgoing calls