44bool BoneColor::operator==(
const BoneColor &other)
const
57 return std::memcmp(custom.solid, other.custom.solid,
sizeof(custom.solid) - 1) == 0 &&
58 std::memcmp(custom.select, other.custom.select,
sizeof(custom.select) - 1) == 0 &&
59 std::memcmp(custom.active, other.custom.active,
sizeof(custom.active) - 1) == 0 &&
60 custom.
flag == other.custom.flag;
82 custom.select[0], custom.select[1], custom.select[2]);
84 custom.active[0], custom.active[1], custom.active[2]);