Adding equals and hashCode to Shape. (#13690)
* Added equals and hashCode to Shape. * Simplification of Shape equals/hashcode tests. * Shapes with the same dimensions but that include an unknown dimension are not equal; same as python implementation. * Equals on two shapes that have no known dimensions returns false.
Loading
Please sign in to comment