legate.core.Shape.__eq__#

Shape.__eq__(self, other) bool#

Return whether two shapes are equal.

Parameters:

other (Any) – The rhs to compare against.

Returns:

True if this shape is equal to other, False otherwise.

Return type:

bool