Esempio n. 1
0
bool Motion::isIdentical(Motion& motion_1, Motion& motion_2)
{
	return motion_1.dump() == motion_2.dump();
}