Returns true iff object is a graph that has the same node relationships as those in this graph. Thus, two graphs A and B are equal if all of the following are true: A and B have the same node set A and B have the same adjacency relationships, e.g., for each {@
(@Nullable Object object)
| 277 | * <p>A reference implementation of this is provided by {@link Graphs#equal(Graph, Graph)}. |
| 278 | */ |
| 279 | @Override |
| 280 | boolean equals(@Nullable Object object); |
| 281 | |
| 282 | /** |
no outgoing calls